-
Notifications
You must be signed in to change notification settings - Fork 452
Move iterables into main d.ts files in 6.0, reference es2015 and es2018.asynciterable #2168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM |
Sorry @saschanaz, you don't have access to these files: |
Can I add |
This comment was marked as outdated.
This comment was marked as outdated.
But it is effectively blocked by this, so maybe? |
Hm, maybe? It wouldn't work for older TS versions, so I'm not sure where we'd put it other than to not generate it at all for older TS? |
I mean we already make things different for different TS versions. But anyway this discussion can continue in #1762 after this PR. |
Yeah, sorry, I did not realize that they were referring to the side effect change of the types referencing es2015 |
For microsoft/TypeScript#62111